test: Adjust run_command_list() to return a list of strings
authorSimon Glass <[email protected]>
Sun, 31 Jul 2016 23:35:09 +0000 (17:35 -0600)
committerTom Rini <[email protected]>
Sat, 6 Aug 2016 00:55:23 +0000 (20:55 -0400)
commitf6d34651d8a21514abbfa32f44a0ec2014ef002b
tree5812373b7eda7dcc4e4fc4b5b76c83d7d8248f47
parent27c087d58ab703f15211629abfa4a47f19974b9e
test: Adjust run_command_list() to return a list of strings

Return one string for each command that was executed. This seems cleaner.

Suggested-by: Teddy Reed <[email protected]>
Signed-off-by: Simon Glass <[email protected]>
Reviewed-by: Stephen Warren <[email protected]>
test/py/tests/test_vboot.py
test/py/u_boot_console_base.py